home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / textwin.lha / TextWin / src / textwin.h < prev   
Encoding:
C/C++ Source or Header  |  1994-12-06  |  310 b   |  18 lines

  1. #include <libraries/mui.h>
  2. #include <proto/muimaster.h>
  3. #include <clib/exec_protos.h>
  4. #include <exec/memory.h>
  5. #include <clib/alib_protos.h>
  6.  
  7. struct ObjApp
  8. {
  9.     APTR    App;
  10.     APTR    WI_label_0;
  11.     APTR    GR_ListView;
  12.     APTR    GR_Buttons;
  13. };
  14.  
  15.  
  16. extern struct ObjApp * CreateApp(void);
  17. extern void DisposeApp(struct ObjApp *);
  18.